home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / rigmask < prev    next >
Text File  |  2001-03-21  |  599b  |  25 lines

  1. Synopsis:
  2.    $rigmask(<address>)
  3.  
  4. Technical:
  5.    This function is effectively the reverse of igmask(6). It takes a
  6.    nick!user@host as an argument, and returns whichever patterns on the
  7.    ignore(1) list match.
  8.  
  9. Returns:
  10.    all ignorance list entries that would be triggered by <address>
  11.  
  12. Examples:
  13.    /ignore *.foo.com ALL
  14.    /ignore fnord!*@* MSGS
  15.  
  16.    /eval echo $rigmask(user!something@bar.foo.com)
  17.      *.FOO.COM
  18.    
  19.    /eval echo $rigmask(fnord!blah@this.is.a.really.long.host.foo.com)
  20.      *.FOO.COM FNORD!*@*
  21.  
  22. See Also:
  23.    ignore(1); igmask(6); igtype(6); rigtype(6)
  24.  
  25.